to_text

pure function to_text(): text

Converts this integer to a text string.

Since

0.9.0


pure function to_text(radix: integer): text

Converts this integer to a text string with the specified radix.

Since

0.9.0

Parameters

radix

The radix (base) to use for the string representation.